From f643a7d18114567e59df6ca1ba8c37f486fdf947 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 7 Oct 2008 07:27:05 +0000 Subject: [PATCH] 8.09: don't build firmware images by default for devices which have only 2MB of flash SVN-Revision: 12888 --- target/linux/adm5120/image/router_le.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/adm5120/image/router_le.mk b/target/linux/adm5120/image/router_le.mk index ddfb7e2707..b47128c1d3 100644 --- a/target/linux/adm5120/image/router_le.mk +++ b/target/linux/adm5120/image/router_le.mk @@ -325,6 +325,11 @@ ifeq ($(CONFIG_BROKEN),y) $(call Image/Build/Profile/CAS861W,$(1)) $(call Image/Build/Profile/NFS101U,$(1)) $(call Image/Build/Profile/NFS101WU,$(1)) + # Edimax + $(call Image/Build/Profile/BR6104K,$(1)) + $(call Image/Build/Profile/BR6104KP,$(1)) + $(call Image/Build/Profile/BR6104WG,$(1)) + $(call Image/Build/Profile/BR6114WG,$(1)) # Motorola $(call Image/Build/Profile/PMUGW,$(1)) endef @@ -335,11 +340,6 @@ define Image/Build/Profile/Generic $(call Image/Build/Profile/WP54,$(1)) $(call Image/Build/Profile/NP27G,$(1)) $(call Image/Build/Profile/NP28G,$(1)) - # Edimax - $(call Image/Build/Profile/BR6104K,$(1)) - $(call Image/Build/Profile/BR6104KP,$(1)) - $(call Image/Build/Profile/BR6104WG,$(1)) - $(call Image/Build/Profile/BR6114WG,$(1)) # Infineon $(call Image/Build/Profile/EASY83000,$(1)) $(call Image/Build/Profile/EASY5120RT,$(1)) -- 2.30.2